Other Protocols
The following protocols are available globally.
-
Option set implementation which allows each option to have custom string value attached.
See more -
A class that can contain foreign members in arbitrary keys.
When subclassing
ForeignMemberContainerClass
type, you should calldecodeForeignMembers(notKeyedBy:with:)
during yourDecodable.init(from:)
initializer if your subclass has added any new properties.Structures should conform to the
See moreForeignMemberContainer
protocol instead of this protocol.